home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / tobby_sucuri.swf / scripts / DefineButton2_258 / BUTTONCONDACTION on(press).as next >
Text File  |  2008-11-12  |  153b  |  9 lines

  1. on(press){
  2.    if(_root.windowFlg || _root.instDispFlg)
  3.    {
  4.       return undefined;
  5.    }
  6.    this.reqestNewPoi(1);
  7.    _root.SE_down.start(0,0);
  8. }
  9.